css: Use an array when parsing selectors
authorMatthias Clasen <mclasen@redhat.com>
Sat, 5 Sep 2020 13:51:59 +0000 (09:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 5 Sep 2020 13:51:59 +0000 (09:51 -0400)
commitffc77ca92679665b0156ba6833be4838bed59d1a
tree5d1e87d94110dbf40037f25b71036960d843493e
parent635492b016f724aba6bfedfe72cec6c8bfdb1e2e
css: Use an array when parsing selectors

There's no need for us to have a hard size-limit here;
with GdkArray we don't have to give up on stack-preallocation
either.
gtk/gtkcssprovider.c